[%include file="default/en/public/head.html"%]
My Shopping Cart
[%if $ordervirtue=='true'%]
Product Name td>
Product Number td>
Order Price td>
Quantity td>
Subtotal td>
Operation td>
[%forlist from=$orderlist key=i%]
[%$orderlist[i].proname%]
[%$orderlist[i].prosn%]
¥[%$orderlist[i].price01%]
¥[%$orderlist[i].countprice%]
DEL
[%/forlist%]
The total amount of orders:¥[%$ordertotal%]
[%else%]
You have not selected commodities!
[%/if%]
[%include file="default/en/public/fotter.html"%]